Application::AddDocument
Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:58:03 1991
Index
Return to Main Contents
NAME
Application::AddDocument - instance method
TEMPLATE
void AddDocument(Document * newDocument)
SPECIFIERS
public
virtual
DESCRIPTION
AddDocument is called by the method NewDocument and the method OpenDocument when a new document is created or an existing document is opened. It adds the newDocument to the instvar documents.
See method RemoveDocument.
Method is rarely overridden.
ARGUMENTS
- Document * newDocument
-
a new document usually created by the method DoMakeDocuments
RETURN ARGUMENT
void
CATEGORIES
document handling, client interface, overrider interface
FIRST DEFINITION
class Application
FILES
- implementation:
-
Application.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:32 GMT, March 30, 2022